Html Css Color HEX #6BDFEE Turquoise Blue

📋 copy color: '#6BDFEE'

red 107 ◦ green 223 ◦ blue 238

#6BDFEE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #6BDFEE

Tints of Turquoise Blue #6BDFEE

RGB

 RED value IS 107 (42.19% from 255) = 18.84%

 GREEN value IS 223 (87.5% from 255) = 39.26%

 BLUE value IS 238 (93.36% from 255) = 41.9%

R = 18.84%
G = 39.26%
B = 41.9%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#6BDFEE (or 0x6BDFEE) is known color: Turquoise Blue. HEX triplet: 6B, DF and EE. RGB value is (107,223,238). Sum of RGB (Red+Green+Blue) = 107+223+238=568 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.84% from 568); Green value is 223 (87.5% from 255 or 39.26% from 568); Blue value is 238 (93.36% from 255 or 41.90% from 568); Max value from RGB is 238 - color contains mainly: blue. Hex color #6BDFEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFEE is #942011. Grayscale: #BDBDBD. Windows color (decimal): -9707538 or 15654763. OLE color: 15654763.

HSL color Cylindrical-coordinate representation of color #6BDFEE: hue angle of 186.87º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BDFEE is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 107 223 238 -
CMYK 0.55 0.06 0 0.07
HSL 186.87º 0.79% 0.68% -
HSV(B) 186.87º 0.55% 0.93% -
XYZ 47.88 62.07 90.35 -
YUV 190.03 155.07 68.78 -
System Red Green Blue C M Y K H S L
Decimal 107 223 238 0.55 0.06 0 0.07 186.87 0.79 0.68
Hex 6B DF EE 37 6 0 7 BB 4F 44
Octal 153 337 356 67 6 0 7 273 117 104
Binary 1101011 11011111 11101110 110111 110 0 111 10111011 1001111 1000100

Color Harmonies of #6BDFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFEE

Black with #6BDFEE

Text Example


Text Example

White with #6BDFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BDFEE; }

 p { color: rgb(107,223,238); }

 H1.HeaderClassName
 {
   color: #6BDFEE;
 }
 .AnyTagClassName
 {
   color: #6BDFEE;
 }
</style>

background-color css

<style>
 a { background-color: #6BDFEE; }

 a { background-color: rgb(107,223,238); }

 div.DivClassName
 {
   background-color: #6BDFEE;
 }
 .BgClassName
 {
   background-color: #6BDFEE;
 }
</style>

border-color css

<style>
 span { border-color: #6BDFEE; }

 span { border-color: rgb(107,223,238); }

 td.TdClassName
 {
   border-color: #6BDFEE;
 }
 .TagClassName
 {
   border-color: #6BDFEE;
 }
</style>