Html Css Color HEX #6BE4DF Turquoise Blue

📋 copy color: '#6BE4DF'

red 107 ◦ green 228 ◦ blue 223

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

Shades of Turquoise Blue #6BE4DF

Tints of Turquoise Blue #6BE4DF

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.86%

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

R = 19.18%
G = 40.86%
B = 39.96%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#6BE4DF (or 0x6BE4DF) is known color: Turquoise Blue. HEX triplet: 6B, E4 and DF. RGB value is (107,228,223). Sum of RGB (Red+Green+Blue) = 107+228+223=558 (73% of max value = 765). Red value is 107 (42.19% from 255 or 19.18% from 558); Green value is 228 (89.45% from 255 or 40.86% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 228 - color contains mainly: green. Hex color #6BE4DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE4DF is #941B20. Grayscale: #BFBFBF. Windows color (decimal): -9706273 or 14673003. OLE color: 14673003.

HSL color Cylindrical-coordinate representation of color #6BE4DF: hue angle of 177.52º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE4DF is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 107 228 223 -
CMYK 0.53 0 0.02 0.11
HSL 177.52º 0.69% 0.66% -
HSV(B) 177.52º 0.53% 0.89% -
XYZ 47.13 63.94 79.67 -
YUV 191.25 145.91 67.91 -
System Red Green Blue C M Y K H S L
Decimal 107 228 223 0.53 0 0.02 0.11 177.52 0.69 0.66
Hex 6B E4 DF 35 0 2 B B2 45 42
Octal 153 344 337 65 0 2 13 262 105 102
Binary 1101011 11100100 11011111 110101 0 10 1011 10110010 1000101 1000010

Color Harmonies of #6BE4DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BE4DF

Black with #6BE4DF

Text Example


Text Example

White with #6BE4DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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