Html Css Color HEX #6BDFEF Turquoise Blue

📋 copy color: '#6BDFEF'

red 107 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #6BDFEF

Tints of Turquoise Blue #6BDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42%

R = 18.8%
G = 39.19%
B = 42%

CMYK

 C value IS 0.55

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#6BDFEF (or 0x6BDFEF) is known color: Turquoise Blue. HEX triplet: 6B, DF and EF. RGB value is (107,223,239). Sum of RGB (Red+Green+Blue) = 107+223+239=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 223 (87.5% from 255 or 39.19% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #6BDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6BDFEF is #942010. Grayscale: #BDBDBD. Windows color (decimal): -9707537 or 15720299. OLE color: 15720299.

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

Color convert

RGB 107 223 239 -
CMYK 0.55 0.07 0 0.06
HSL 187.27º 0.8% 0.68% -
HSV(B) 187.27º 0.55% 0.94% -
XYZ 48.03 62.13 91.12 -
YUV 190.14 155.57 68.7 -
System Red Green Blue C M Y K H S L
Decimal 107 223 239 0.55 0.07 0 0.06 187.27 0.8 0.68
Hex 6B DF EF 37 7 0 6 BB 50 44
Octal 153 337 357 67 7 0 6 273 120 104
Binary 1101011 11011111 11101111 110111 111 0 110 10111011 1010000 1000100

Color Harmonies of #6BDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BDFEF

Black with #6BDFEF

Text Example


Text Example

White with #6BDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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