Html Css Color HEX #6ACFDA Turquoise Blue

📋 copy color: '#6ACFDA'

red 106 ◦ green 207 ◦ blue 218

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

Shades of Turquoise Blue #6ACFDA

Tints of Turquoise Blue #6ACFDA

RGB

 RED value IS 106 (41.8% from 255) = 19.96%

 GREEN value IS 207 (81.25% from 255) = 38.98%

 BLUE value IS 218 (85.55% from 255) = 41.05%

R = 19.96%
G = 38.98%
B = 41.05%

CMYK

 C value IS 0.51

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6ACFDA (or 0x6ACFDA) is known color: Turquoise Blue. HEX triplet: 6A, CF and DA. RGB value is (106,207,218). Sum of RGB (Red+Green+Blue) = 106+207+218=531 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.96% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ACFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACFDA is #953025. Grayscale: #B1B1B1. Windows color (decimal): -9777190 or 14339946. OLE color: 14339946.

HSL color Cylindrical-coordinate representation of color #6ACFDA: hue angle of 185.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ACFDA is Cyan = 0.51, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 207 218 -
CMYK 0.51 0.05 0 0.15
HSL 185.89º 0.6% 0.64% -
HSV(B) 185.89º 0.51% 0.85% -
XYZ 40.91 52.75 74.36 -
YUV 178.06 150.54 76.61 -
System Red Green Blue C M Y K H S L
Decimal 106 207 218 0.51 0.05 0 0.15 185.89 0.6 0.64
Hex 6A CF DA 33 5 0 F BA 3C 40
Octal 152 317 332 63 5 0 17 272 74 100
Binary 1101010 11001111 11011010 110011 101 0 1111 10111010 111100 1000000

Color Harmonies of #6ACFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACFDA

Black with #6ACFDA

Text Example


Text Example

White with #6ACFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,207,218); }

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

background-color css

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

 a { background-color: rgb(106,207,218); }

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

border-color css

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

 span { border-color: rgb(106,207,218); }

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