Html Css Color HEX #6BEFE9 Turquoise Blue

📋 copy color: '#6BEFE9'

red 107 ◦ green 239 ◦ blue 233

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

Shades of Turquoise Blue #6BEFE9

Tints of Turquoise Blue #6BEFE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 18.48%
G = 41.28%
B = 40.24%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#6BEFE9 (or 0x6BEFE9) is known color: Turquoise Blue. HEX triplet: 6B, EF and E9. RGB value is (107,239,233). Sum of RGB (Red+Green+Blue) = 107+239+233=579 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.48% from 579); Green value is 239 (93.75% from 255 or 41.28% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFE9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFE9 is #941016. Grayscale: #C6C6C6. Windows color (decimal): -9703447 or 15331179. OLE color: 15331179.

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

Color convert

RGB 107 239 233 -
CMYK 0.55 0 0.03 0.06
HSL 177.27º 0.8% 0.68% -
HSV(B) 177.27º 0.55% 0.94% -
XYZ 51.64 70.74 88.02 -
YUV 198.85 147.27 62.49 -
System Red Green Blue C M Y K H S L
Decimal 107 239 233 0.55 0 0.03 0.06 177.27 0.8 0.68
Hex 6B EF E9 37 0 3 6 B1 50 44
Octal 153 357 351 67 0 3 6 261 120 104
Binary 1101011 11101111 11101001 110111 0 11 110 10110001 1010000 1000100

Color Harmonies of #6BEFE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFE9

Black with #6BEFE9

Text Example


Text Example

White with #6BEFE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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