Html Css Color HEX #6BEFEC Turquoise Blue

📋 copy color: '#6BEFEC'

red 107 ◦ green 239 ◦ blue 236

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

Shades of Turquoise Blue #6BEFEC

Tints of Turquoise Blue #6BEFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40.55%

R = 18.38%
G = 41.07%
B = 40.55%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#6BEFEC (or 0x6BEFEC) is known color: Turquoise Blue. HEX triplet: 6B, EF and EC. RGB value is (107,239,236). Sum of RGB (Red+Green+Blue) = 107+239+236=582 (77% of max value = 765). Red value is 107 (42.19% from 255 or 18.38% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFEC is #941013. Grayscale: #C7C7C7. Windows color (decimal): -9703444 or 15527787. OLE color: 15527787.

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

Color convert

RGB 107 239 236 -
CMYK 0.55 0 0.01 0.06
HSL 178.64º 0.8% 0.68% -
HSV(B) 178.64º 0.55% 0.94% -
XYZ 52.07 70.91 90.3 -
YUV 199.19 148.77 62.24 -
System Red Green Blue C M Y K H S L
Decimal 107 239 236 0.55 0 0.01 0.06 178.64 0.8 0.68
Hex 6B EF EC 37 0 1 6 B3 50 44
Octal 153 357 354 67 0 1 6 263 120 104
Binary 1101011 11101111 11101100 110111 0 1 110 10110011 1010000 1000100

Color Harmonies of #6BEFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFEC

Black with #6BEFEC

Text Example


Text Example

White with #6BEFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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