Html Css Color HEX #38ECFD Turquoise

📋 copy color: '#38ECFD'

red 56 ◦ green 236 ◦ blue 253

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

Shades of Turquoise #38ECFD

Tints of Turquoise #38ECFD

RGB

 RED value IS 56 (22.27% from 255) = 10.28%

 GREEN value IS 236 (92.58% from 255) = 43.3%

 BLUE value IS 253 (99.22% from 255) = 46.42%

R = 10.28%
G = 43.3%
B = 46.42%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#38ECFD (or 0x38ECFD) is known color: Turquoise. HEX triplet: 38, EC and FD. RGB value is (56,236,253). Sum of RGB (Red+Green+Blue) = 56+236+253=545 (72% of max value = 765). Red value is 56 (22.27% from 255 or 10.28% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #38ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #38ECFD is #C71302. Grayscale: #B7B7B7. Windows color (decimal): -13046531 or 16641080. OLE color: 16641080.

HSL color Cylindrical-coordinate representation of color #38ECFD: hue angle of 185.18º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #38ECFD is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 56 236 253 -
CMYK 0.78 0.07 0 0.01
HSL 185.18º 0.98% 0.61% -
HSV(B) 185.18º 0.78% 0.99% -
XYZ 49.36 67.92 103.44 -
YUV 184.12 166.87 36.62 -
System Red Green Blue C M Y K H S L
Decimal 56 236 253 0.78 0.07 0 0.01 185.18 0.98 0.61
Hex 38 EC FD 4E 7 0 1 B9 62 3D
Octal 70 354 375 116 7 0 1 271 142 75
Binary 111000 11101100 11111101 1001110 111 0 1 10111001 1100010 111101

Color Harmonies of #38ECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38ECFD

Black with #38ECFD

Text Example


Text Example

White with #38ECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38ECFD; }

 p { color: rgb(56,236,253); }

 H1.HeaderClassName
 {
   color: #38ECFD;
 }
 .AnyTagClassName
 {
   color: #38ECFD;
 }
</style>

background-color css

<style>
 a { background-color: #38ECFD; }

 a { background-color: rgb(56,236,253); }

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

border-color css

<style>
 span { border-color: #38ECFD; }

 span { border-color: rgb(56,236,253); }

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