Html Css Color HEX #6BEFDF Turquoise Blue

📋 copy color: '#6BEFDF'

red 107 ◦ green 239 ◦ blue 223

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

Shades of Turquoise Blue #6BEFDF

Tints of Turquoise Blue #6BEFDF

RGB

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

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

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

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

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#6BEFDF (or 0x6BEFDF) is known color: Turquoise Blue. HEX triplet: 6B, EF and DF. RGB value is (107,239,223). Sum of RGB (Red+Green+Blue) = 107+239+223=569 (75% of max value = 765). Red value is 107 (42.19% from 255 or 18.80% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BEFDF is #941020. Grayscale: #C5C5C5. Windows color (decimal): -9703457 or 14675819. OLE color: 14675819.

HSL color Cylindrical-coordinate representation of color #6BEFDF: hue angle of 172.73º 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 #6BEFDF is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 107 239 223 -
CMYK 0.55 0 0.07 0.06
HSL 172.73º 0.8% 0.68% -
HSV(B) 172.73º 0.55% 0.94% -
XYZ 50.25 70.19 80.71 -
YUV 197.71 142.27 63.3 -
System Red Green Blue C M Y K H S L
Decimal 107 239 223 0.55 0 0.07 0.06 172.73 0.8 0.68
Hex 6B EF DF 37 0 7 6 AD 50 44
Octal 153 357 337 67 0 7 6 255 120 104
Binary 1101011 11101111 11011111 110111 0 111 110 10101101 1010000 1000100

Color Harmonies of #6BEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFDF

Black with #6BEFDF

Text Example


Text Example

White with #6BEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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