Html Css Color HEX #6BEFEA Turquoise Blue

📋 copy color: '#6BEFEA'

red 107 ◦ green 239 ◦ blue 234

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

Shades of Turquoise Blue #6BEFEA

Tints of Turquoise Blue #6BEFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.34%

R = 18.45%
G = 41.21%
B = 40.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#6BEFEA (or 0x6BEFEA) is known color: Turquoise Blue. HEX triplet: 6B, EF and EA. RGB value is (107,239,234). Sum of RGB (Red+Green+Blue) = 107+239+234=580 (76% of max value = 765). Red value is 107 (42.19% from 255 or 18.45% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #6BEFEA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #6BEFEA is #941015. Grayscale: #C6C6C6. Windows color (decimal): -9703446 or 15396715. OLE color: 15396715.

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

Color convert

RGB 107 239 234 -
CMYK 0.55 0 0.02 0.06
HSL 177.73º 0.8% 0.68% -
HSV(B) 177.73º 0.55% 0.94% -
XYZ 51.78 70.8 88.78 -
YUV 198.96 147.77 62.41 -
System Red Green Blue C M Y K H S L
Decimal 107 239 234 0.55 0 0.02 0.06 177.73 0.8 0.68
Hex 6B EF EA 37 0 2 6 B2 50 44
Octal 153 357 352 67 0 2 6 262 120 104
Binary 1101011 11101111 11101010 110111 0 10 110 10110010 1010000 1000100

Color Harmonies of #6BEFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BEFEA

Black with #6BEFEA

Text Example


Text Example

White with #6BEFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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